TransformDataToIndex Method (ICategoryCoordinateCalculator<T>)
Takes a T data-value and transforms to integer index on the axis e.g. if the axis is a CategoryDateTimeAxis, accepts DateTime, returns index. If the T lies outside of the data-range, a projection is performed
Overload List
OverloadDescription
Takes a T data-value and transforms to integer index on the axis e.g. if the axis is a CategoryDateTimeAxis, accepts DateTime, returns index. If the T lies outside of the data-range, a projection is performed  
Takes a T data-value and transforms to integer index on the axis e.g. if the axis is a CategoryDateTimeAxis, accepts DateTime, returns index. If the T lies outside of the data-range, a projection is performed  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also